home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / slnet.zip / SLNET.DOC < prev   
Text File  |  1992-12-06  |  5KB  |  106 lines

  1.           SAVENET and LOADNET version 1.00  Copyright 1992  Gary Myers
  2.  
  3. NOTICE:
  4.     This program is FREEWARE.  Use and distibute it as freely
  5. as you wish, as long as this documentation is included.  You must
  6. not proffit from the sale or transfer of this program to anyone.
  7. The author retains the full copyright to the program files and
  8. this document.
  9.  
  10.     Use this program at your own risk.  No warrenty, expressed or
  11. implied, if offered. The author accepts no liability for the use,
  12. or misuse of this software.
  13.  
  14.  
  15. Intro:
  16.     Savenet and Loadnet make up a useful utility for the Lantastic
  17. Network under DOS.  It's purpose it to eliminate the lengthy batch
  18. files required to login and redirect on a network at boot up time.
  19. These programs will NOT help you to configure the network or to
  20. change anything in real time.  That function is already provided
  21. by the NET.EXE program.  Unfortunately there is no option in NET.EXE
  22. to save any configuration for the next session.  All changes in
  23. the NET.EXE program all lost if you reboot or logout of the server.
  24.  
  25.     The Windows version of NET does allow you to save the settings
  26. and automatically reload them when you restart it.  These programs
  27. will give you that ability by adding 2 new commands to the network.
  28. SAVENET will write a file to disk containing the network setup at
  29. the time it executes. Be carefull not to run it unless the network
  30. is currently configured the way you want it restored to later.
  31. LOADNET will read the disk file and execute the necessary calls
  32. to REDIR.EXE to setup LPT TIMEOUT, NET MESSAGE STATUS, SERVER
  33. LOGINS and DEVICE REDIRECTIONS.
  34.  
  35. SAVENET.EXE:
  36.     Redir.exe must be installed for Savenet to work.  Use the
  37. Net.exe program to setup your server logins and redirections.
  38. Also set lpt timeout and message status with "NET LPT TIMEOUT xxx"
  39. and "NET MESSAGE/enable/disable BEEP POP" commands at the DOS
  40. prompt.  
  41.     Then run Savenet.  The main menu will show the name of
  42. this config file. The default is \lantasti\netdata.cfg.  You
  43. may change this by pressing N at the menu and enter up to 39
  44. characters for the path and filename. You may also overide the
  45. default name on the DOS command line by placing the config
  46. file path and name after the Savenet command.  For example:
  47.     SAVENET D:\NETSETUP.001
  48. will load the program settings (color, beeps ect.) from that
  49. file, but the NETWORK settings will still come from the 
  50. CURRENT network setup, not from this file.  The program options
  51. are:
  52.     ENTER KEY - Saves the current setup to disk and exits the
  53.                   program.  You are prompted about overwite if
  54.                   the file already exists.  If an error occurs
  55.                   you must run the program again.
  56.     ESC KEY   - Aborts the program without changing anything.
  57.     SPACE KEY - Cycles through the color options for SAVENET.
  58.      P  KEY   - Turns on or off the option for LOADNET of
  59.                 prompting for user name and passwords. If you
  60.                   set this to NO, you must use the auto login
  61.                   feature of Lantastic, which is set by the
  62.             NET USER command, or uses the machine name
  63.             and no password as the default.
  64.      M  KEY   - Sets the number of minutes the LOADNET program
  65.             will keep trying to connect to a server that is
  66.                   not on line.  Range is 0 to 255 minutes.  A setting
  67.             of 0 will cause off line servers to be skipped.
  68.      B  KEY   - Turns on or off the Beep option for LOADNET and
  69.                   SAVENET.  Lantastic beeps are still controlled
  70.                   by the REDIR.EXE and NET MESSAGE status.
  71.      N  KEY   - Allows you to change the path and name of this
  72.                 config file.  If you use a name other than the
  73.                   default, you must specify that name on the 
  74.             command line for LOADNET to use it.  You can
  75.             have more than 1 config file.  For example, one
  76.                 file might login under one user name, and a 2nd
  77.                   file could prompt for a different name to use
  78.                   on other servers.
  79.  
  80. LOADNET.EXE:
  81.     After Savenet has created the network config file, use Loadnet
  82. to restore those settings.  Loadnet has only one option, that being
  83. the command line parameter of which config file to use.  If no
  84. parameter is given the default \lantasti\netdata.cfg is used.
  85. While Loadnet is loging in or redirecting, you may hit the ESC
  86. key to abort the program.  While waiting for a server to come
  87. on line, any key other than ESC will skip to the next server, as
  88. will having the MINUTES option set by Savenet expire.
  89.     The best way to use these programs is to remove any NET LOGIN,
  90. NET USE, NET LPT or NET MESSAGE commands in your network startup
  91. batch file and replace them with a single "LOADNET" command, and
  92. then configure the network and issue a SAVENET command.  You
  93. should have SAVENET.EXE and LOADNET.EXE in your network directory.
  94. Then when ever you want to edit your network setup, simply enter
  95. a SAVENET command after making the changes in NET's menus.
  96.  
  97.  
  98. ACKNOWLEDGMENTS:
  99.     Lantastic is a copyright and trademark of Artisoft, Inc.
  100.     DOS assumes MS-DOS, copyright Microsoft Corporation.
  101.     Windows is copyright Microsoft Corporation.
  102.  
  103.     This is NOT an Artisoft product.  It has no connection
  104.     what so ever to Artisoft, and is simply the output of
  105.     a hobyist.
  106.